PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFTransparencyGroup Class / isIsolated Method
In This Topic
    isIsolated Method
    In This Topic
    Gets a flag indicating whether the group is isolated.
    Syntax
    public boolean isIsolated()

    Return Value

    True if objects within the group are composited against a fully transparent initial backdrop; false if they are composited against the group's backdrop.
    See Also